home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-01 | 481 b | 17 lines | [TEXT/KAHL] |
- // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
- // All rights reserved. This code is owned by Stuart Cheshire and is donated
- // free of charge for non-commercial use. You may not use this code in any
- // product sold for commercial profit, except shareware priced at $25 or less.
-
- typedef struct
- {
- u_short prefs_version;
- u_short frametime;
- } PREFS;
-
- import PREFS prefs;
-
- import void save_prefs(void);
- import void readprefs(void);
- import FSSpec PrefsFile;
-